home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / anf.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  474 b   |  14 lines

  1. The "Allow Non-Local Jumps" menu option set a
  2. flag that is read by the OnAssertNewHTFile. This 
  3. method is used to prevent jumps to new hypertext
  4. files. (This could be done for security reasons.)
  5.  
  6. (Note: Assert methods normally are used to abort
  7. all further processing of an action, while the
  8. Handle Methods modify the processing. These
  9. two methods can each be overridden in code by
  10. direct assignment for Assert types and virtual
  11. overriding for Handle types.)
  12.  
  13.  
  14.